IDecoderManagerDisplayCamera Method |
Display the camera on a decoder.
Note: The camera will only be displayed on the decoder if the camera can
be decoded by the decoder. This is only the case for IP cameras and not possible with
analog cameras connected to a matrix or a DVR.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxbool DisplayCamera(
Decoder decoder,
Camera camera
)
Parameters
- decoder Decoder
- Decoder handle where camera should be displayed.
- camera Camera
- Camera handle which should be displayed.
Return Value
Boolean
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if decoder doesn't exist in the configuration or is not permitted to caller.
Thrown if camera doesn't exist in the configuration or is not permitted to caller.
|
See Also